home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
APDL Eductation Resources
/
APDL Eductation Resources.iso
/
programs
/
misc
/
family
/
!FamTools
/
NumPeople
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1994-06-14
|
102 b
|
6 lines
#Print the number of people in a file.
#Version 1.00 (15 Jun 1994)
/ INDI$/ { n+=1 }
END { print n }